This customization uses a custom class to format values for a currency column in a table.
For a Web Application the customization will be added in:
..\<Application Name>\Business Layer\<Table Name>Table.cs
For example: C:\MyApp1\Business Layer\OrdersTable.cs
For a Web Site the customization will be added in:
..\<Application Name>\App_Code\Business Layer\<Table Name>Table.cs
For example: C:\MyApp1\App_Code\Business Layer\OrdersTable.cs
|